home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / main.dxr / 00708_HOME PASTA.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  176 b   |  12 lines

  1. on mouseDown
  2.   global gPastaButton11
  3.   down(gPastaButton11)
  4. end
  5.  
  6. on mouseUp
  7.   global gPastaButton11
  8.   if up(gPastaButton11) then
  9.     resetScroll("Homemade Pasta")
  10.   end if
  11. end
  12.